object BtnRightDlg: TBtnRightDlg Left = 425 Top = 264 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Quick Name Search' ClientHeight = 179 ClientWidth = 388 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 281 Height = 161 Shape = bsFrame IsControl = True end object OKBtn: TBitBtn Left = 300 Top = 8 Width = 77 Height = 27 TabOrder = 2 TabStop = False OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 300 Top = 40 Width = 77 Height = 27 TabOrder = 3 TabStop = False OnClick = CancelBtnClick Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object Edit1: TEdit Left = 16 Top = 16 Width = 265 Height = 21 TabOrder = 0 OnChange = Edit1Change end object ListBox1: TListBox Left = 16 Top = 40 Width = 265 Height = 113 TabStop = False ItemHeight = 13 Sorted = True TabOrder = 1 end object x: TPanel Left = 386 Top = 178 Width = 0 Height = 0 Caption = 'x' TabOrder = 4 Visible = False end end